﻿2026-09-21T23:02:25.7792774Z ##[group]Run actions/checkout@v5
2026-09-21T23:02:25.7793498Z with:
2026-09-21T23:02:25.7793876Z   repository: BigscreenVR/spt-bs-core
2026-09-21T23:02:25.7796657Z   token: ***
2026-09-21T23:02:25.7797009Z   ssh-strict: true
2026-09-21T23:02:25.7797349Z   ssh-user: git
2026-09-21T23:02:25.7797722Z   persist-credentials: true
2026-09-21T23:02:25.7798129Z   clean: true
2026-09-21T23:02:25.7798486Z   sparse-checkout-cone-mode: true
2026-09-21T23:02:25.7798894Z   fetch-depth: 1
2026-09-21T23:02:25.7799353Z   fetch-tags: false
2026-09-21T23:02:25.7799725Z   show-progress: true
2026-09-21T23:02:25.7800077Z   lfs: false
2026-09-21T23:02:25.7800420Z   submodules: false
2026-09-21T23:02:25.7800775Z   set-safe-directory: true
2026-09-21T23:02:25.7801175Z   allow-unsafe-pr-checkout: false
2026-09-21T23:02:25.7801780Z ##[endgroup]
2026-09-21T23:02:25.8649838Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-21T23:02:25.8651284Z ##[group]Getting Git version info
2026-09-21T23:02:25.8651914Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-09-21T23:02:25.8652872Z [command]/usr/bin/git version
2026-09-21T23:02:25.8653266Z git version 2.43.0
2026-09-21T23:02:25.8662197Z ##[endgroup]
2026-09-21T23:02:25.8669757Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/57aaea1c-9241-496a-9509-ffbd0c09506c/.gitconfig'
2026-09-21T23:02:25.8677063Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/57aaea1c-9241-496a-9509-ffbd0c09506c' before making global git config changes
2026-09-21T23:02:25.8678196Z Adding repository directory to the temporary git global config as a safe directory
2026-09-21T23:02:25.8679950Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-09-21T23:02:25.8730200Z [command]/usr/bin/git config --local --get remote.origin.url
2026-09-21T23:02:25.8748109Z https://github.com/BigscreenVR/spt-bs-core
2026-09-21T23:02:25.8757750Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-21T23:02:25.8760664Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-21T23:02:25.8778502Z refs/heads/main
2026-09-21T23:02:25.8784289Z [command]/usr/bin/git checkout --detach
2026-09-21T23:02:25.8856817Z HEAD is now at 6ea6f9a282 ci: reuse exact green PR units on main pushes
2026-09-21T23:02:25.8892488Z [command]/usr/bin/git branch --delete --force main
2026-09-21T23:02:25.8926997Z Deleted branch main (was 6ea6f9a282).
2026-09-21T23:02:25.9096997Z ##[endgroup]
2026-09-21T23:02:25.9100720Z [command]/usr/bin/git submodule status
2026-09-21T23:02:25.9287159Z ##[group]Cleaning the repository
2026-09-21T23:02:25.9290351Z [command]/usr/bin/git clean -ffdx
2026-09-21T23:02:25.9326504Z Removing traceable-reqs
2026-09-21T23:02:25.9333353Z [command]/usr/bin/git reset --hard HEAD
2026-09-21T23:02:25.9413606Z HEAD is now at 6ea6f9a282 ci: reuse exact green PR units on main pushes
2026-09-21T23:02:25.9420805Z ##[endgroup]
2026-09-21T23:02:25.9422179Z ##[group]Disabling automatic garbage collection
2026-09-21T23:02:25.9424946Z [command]/usr/bin/git config --local gc.auto 0
2026-09-21T23:02:25.9450149Z ##[endgroup]
2026-09-21T23:02:25.9450810Z ##[group]Setting up auth
2026-09-21T23:02:25.9454684Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-21T23:02:25.9477417Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-21T23:02:25.9666307Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-21T23:02:25.9691541Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-09-21T23:02:25.9882671Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-21T23:02:25.9907113Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-21T23:02:26.0092792Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-21T23:02:26.0123450Z ##[endgroup]
2026-09-21T23:02:26.0124482Z ##[group]Fetching the repository
2026-09-21T23:02:26.0129980Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6ea6f9a2828a6418277e0f8a9fd620a38296d719:refs/remotes/origin/main
2026-09-21T23:02:26.5750257Z ##[endgroup]
2026-09-21T23:02:26.5751544Z ##[group]Determining the checkout info
2026-09-21T23:02:26.5752786Z ##[endgroup]
2026-09-21T23:02:26.5754336Z [command]/usr/bin/git sparse-checkout disable
2026-09-21T23:02:26.5793685Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-21T23:02:26.5817005Z ##[group]Checking out the ref
2026-09-21T23:02:26.5818683Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-21T23:02:26.5891712Z Switched to a new branch 'main'
2026-09-21T23:02:26.5892788Z branch 'main' set up to track 'origin/main'.
2026-09-21T23:02:26.5898837Z ##[endgroup]
2026-09-21T23:02:26.5941570Z [command]/usr/bin/git log -1 --format=%H
2026-09-21T23:02:26.5972344Z 6ea6f9a2828a6418277e0f8a9fd620a38296d719
